home *** CD-ROM | disk | FTP | other *** search
/ Paramount Pictures Special Events / Paramount Pictures Special Events.iso / pc / start.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-02-26  |  183 b   |  8 lines

  1. on(release){
  2.    loadMovieNum("main2.swf",0,"GET");
  3.    fscommand("fullscreen","true");
  4.    fscommand("allowscale","false");
  5.    fscommand("showmenu","false");
  6.    fscommand("");
  7. }
  8.